home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / KYOCERA / FS_KPDL / WINNT40 / NT4P897D.EXE / P-2000.PPD < prev    next >
PostScript Printer Description  |  1997-08-22  |  11KB  |  325 lines

  1. *PPD-Adobe: "4.0"
  2. *%========================================================================
  3. *%
  4. *%  PPD file for P-2000 (European English)
  5. *%
  6. *%  Copyright (C) 1993-1997 Kyocera Corporation
  7. *%  All Rights Reserved
  8. *%
  9. *%  Permission is granted for redistribution of this file as
  10. *%  long as this copyright notice is intact and the contents
  11. *%  of the file are not altered in any way from their original form.
  12. *%
  13. *%==========================================================================
  14.  
  15. *FileVersion: "3.157"
  16.  
  17. *FormatVersion: "4.0"
  18. *LanguageVersion: English
  19. *Product: "(P-2000)"
  20. *PSVersion: "(48.0) 0"
  21. *ModelName: "Kyocera P-2000 (KPDL)"
  22. *NickName: "Kyocera P-2000 (KPDL)"
  23. *PCFileName: "P-2000.PPD"
  24.  
  25. *%==============================================================================
  26. *%===== Basic Capabilities
  27. *%==============================================================================
  28.  
  29. *LanguageLevel: "1"
  30. *DefaultColorSpace: Gray
  31. *FreeVM: "668900"
  32. *Throughput: "10"
  33. *ColorDevice: False
  34.  
  35. *% *Protocols: BCP (No protocols so far)
  36.  
  37. *Password: "0"
  38.  
  39. *ExitServer: " count 0 eq { true } 
  40.  { dup statusdict /checkpassword get exec not } ifelse
  41.  { (WARNING : Cannot perform the exitserver command.) =
  42.    (Password supplied is not valid.) = 
  43.    (Please contact the author of this software.) = flush quit } if
  44.  serverdict /exitserver get exec"
  45. *End
  46.  
  47. *Reset: " count 0 eq { true } 
  48.  { dup statusdict /checkpassword get exec not } ifelse
  49.  { (WARNING : Cannot perform the exitserver command.) =
  50.    (Password supplied is not valid.) = 
  51.    (Please contact the author of this software.) = flush quit } if
  52.  serverdict /exitserver get exec
  53.  systemdict /quit get exec
  54.  (WARNING : Printer Reset Failed.) = flush"
  55. *End
  56.  
  57. *%==============================================================================
  58. *%===== Resolution
  59. *%==============================================================================
  60.  
  61. *DefaultResolution: 300dpi
  62. *?Resolution: "(300dpi) = flush"
  63.  
  64. *%==============================================================================
  65. *%===== Halftone Information
  66. *%==============================================================================
  67.  
  68. *ScreenFreq: "60.0"
  69. *ScreenAngle: "45.0"
  70. *DefaultScreenProc: Dot
  71. *ScreenProc Dot: "
  72.  {abs exch abs 2 copy add 1 gt 
  73.  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  74.  {dup mul exch dup mul add 1 exch sub} ifelse}"
  75. *End
  76. *ScreenProc Line: "
  77.  {pop}"
  78. *End
  79. *ScreenProc Ellipse: "
  80.  {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  81. *End
  82.  
  83. *DefaultTransfer: Null
  84. *Transfer Null: "{}"
  85. *Transfer Null.Inverse: "{1 exch sub}"
  86.  
  87. *%==============================================================================
  88. *%===== Paper Handling
  89. *%==============================================================================
  90.  
  91. *%===== Select Tray
  92.  
  93. *OpenUI *PageSize: PickOne
  94. *OrderDependency: 30 AnySetup *PageSize
  95. *DefaultPageSize: A4
  96. *PageSize Letter: "statusdict /lettertray get exec"
  97. *PageSize Legal: "statusdict /legaltray get exec"
  98. *PageSize A4: "statusdict /a4tray get exec"
  99. *PageSize B5: "statusdict /b5tray get exec"
  100. *?PageSize: " save
  101.  4 dict
  102.   dup /lettertray (Letter) put
  103.   dup /legaltray (Letter) put
  104.   dup /a4tray (A4) put
  105.   dup /b5tray (B5) put
  106.   statusdict /papersize get exec
  107.   3 1 roll {get} stopped { (Unknown) }if
  108.   exch not { print (.Transverse) }if
  109.   = flush
  110.   restore
  111. "
  112. *End
  113. *CloseUI: *PageSize
  114.  
  115. *%===== Set Page Size
  116.  
  117. *OpenUI *PageRegion: PickOne
  118. *OrderDependency: 30 AnySetup *PageRegion
  119. *DefaultPageRegion: A4
  120. *PageRegion Letter: "letter"
  121. *PageRegion Legal: "legal"
  122. *PageRegion A4: "a4"
  123. *PageRegion B5: "b5"
  124. *CloseUI: *PageRegion
  125.  
  126. *%===== Get Imageable Region
  127.  
  128. *DefaultImageableArea: A4
  129. *ImageableArea Letter: "15  8 597  784"
  130. *ImageableArea Legal: "15  8 597 1000"
  131. *ImageableArea A4: "13 10 577  832"
  132. *ImageableArea B5: "21 10 495  715"
  133. *?ImageableArea: "save
  134.  /cvp {(                  ) cvs print ( ) print } bind def
  135.  /upperright {10000 mul floor 10000 div} bind def
  136.  /lowerleft  {10000 mul ceiling 10000 div} bind def
  137.  newpath clippath pathbbox
  138.  4 -2 roll exch 2 {lowerleft cvp} repeat
  139.  exch 2 {upperright cvp} repeat flush
  140.  restore"
  141. *End
  142.  
  143. *%===== Physical Dimension of the Media
  144.  
  145. *DefaultPaperDimension: A4
  146. *PaperDimension Letter: "612  792"   
  147. *PaperDimension Legal: "612 1008"     
  148. *PaperDimension A4: "595  842"
  149. *PaperDimension B5: "516  729"          
  150.  
  151. *%===== Paper Tray setting
  152.  
  153. *OpenUI *InputSlot: PickOne
  154. *OrderDependency: 20 AnySetup *InputSlot
  155. *DefaultInputSlot: Upper
  156. *InputSlot Upper/Cassette: " 0 statusdict /setpapertray get exec"
  157. *RequiresPageRegion All: True
  158. *?InputSlot: " save
  159.  1 dict
  160.  dup /0 (Upper) put
  161.  statusdict /papertray get exec
  162.  {get} stopped {pop pop (Unknown)} if = flush
  163.  restore"
  164. *End
  165. *CloseUI: *InputSlot
  166.  
  167. *%===== Manualfeed setting
  168.  
  169. *OpenUI *ManualFeed: Boolean
  170. *OrderDependency: 20 AnySetup *ManualFeed
  171. *DefaultManualfeed: False
  172. *ManualFeed True: "statusdict /manualfeed true put"
  173. *ManualFeed False: "statusdict /manualfeed false put"
  174. *?ManualFeed: " save
  175.  statusdict /manualfeed get 
  176.  {(True)}{(False)} ifelse = flush 
  177.  restore"
  178. *End
  179. *CloseUI: *ManualFeed
  180.  
  181. *%===== Output Tray setting
  182.  
  183. *OpenUI *OutputBin/Output Tray: PickOne
  184. *DefaultOutputBin: Upper
  185. *OutputBin Upper/Face-Down: "0 statusdict /setoutputtray get exec"
  186. *OutputBin Rear/Face-Up: "1 statusdict /setoutputtray get exec"
  187.  
  188. *?Outputbin: "
  189.  "
  190. *End
  191. *CloseUI: *OutputBin
  192.  
  193. *DefaultOutputOrder: Normal
  194. *PageStackOrder Face-Down: Normal
  195. *PageStackOrder Face-Up: Reverse
  196.  
  197. *%===== Trayswitch setting
  198.  
  199. *OpenUI *TraySwitch/Auto Tray Switching: Boolean
  200. *OrderDependency: 20 AnySetup *TraySwitch
  201. *DefaultTraySwitch: False
  202. *TraySwitch True: "true statusdict /settrayswitch get exec"
  203. *TraySwitch False: "false statusdict /settrayswitch get exec"
  204. *?TraySwitch: " save
  205.  statusdict /trayswitch get exec
  206.  {(True)}{(False)} ifelse = flush 
  207.  restore"
  208. *End
  209. *CloseUI: *TraySwitch
  210.  
  211. *%==============================================================================
  212. *%===== Font Information
  213. *%==============================================================================
  214.  
  215. *DefaultFont: Courier
  216. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  217. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  218. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  219. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  220. *Font Bookman-Demi: Standard "(001.003S)" Standard ROM
  221. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard ROM
  222. *Font Bookman-Light: Standard "(001.003S)" Standard ROM
  223. *Font Bookman-LightItalic: Standard "(001.003S)" Standard ROM
  224. *Font Courier: Standard "(002.004S)" Standard ROM
  225. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  226. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  227. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  228. *Font Helvetica: Standard "(001.006S)" Standard ROM
  229. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  230. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  231. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  232. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  233. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  234. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  235. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  236. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  237. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  238. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  239. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  240. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  241. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  242. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  243. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  244. *Font Symbol: Special "(001.007S)" Special ROM
  245. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  246. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  247. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  248. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  249. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  250. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  251. *Font Helvetica-Light: Standard "(001.000S)" Standard ROM
  252. *Font Helvetica-LightOblique: Standard "(001.000S)" Standard ROM
  253. *Font Helvetica-Black: Standard "(001.000S)" Standard ROM
  254. *Font Helvetica-BlackOblique: Standard "(001.000S)" Standard ROM
  255. *Font Korinna-Regular: Standard "(001.000S)" Standard ROM
  256. *Font Korinna-KursivRegular: Standard "(001.000S)" Standard ROM
  257. *Font Korinna-Bold: Standard "(001.000S)" Standard ROM
  258. *Font Korinna-KursivBold: Standard "(001.000S)" Standard ROM
  259. *Font Garamond-Light: Standard "(001.000S)" Standard ROM
  260. *Font Garamond-LightItalic: Standard "(001.000S)" Standard ROM
  261. *Font Garamond-Bold: Standard "(001.000S)" Standard ROM
  262. *Font Garamond-BoldItalic: Standard "(001.000S)" Standard ROM
  263. *?FontQuery:                    "save
  264.  /str 100 string dup 0 (fonts/) putinterval def
  265.  {   count 1 gt
  266.      {   exch dup str 6 94 getinterval cvs
  267.  (/) print dup print (:) print exch
  268.  FontDirectory exch known
  269.  {   pop (Yes) }
  270.  {   length 6 add str 0 3 -1 roll getinterval
  271.      mark exch status
  272.      {   cleartomark (Yes)}{cleartomark (No)} ifelse
  273.  } ifelse = flush }
  274.      {   exit } ifelse
  275.  } bind loop
  276.  (*) = flush
  277.  restore"
  278. *End
  279.  
  280. *?FontList:                     "save
  281.  FontDirectory { pop == } bind forall
  282.  (*) = flush
  283.  restore"
  284. *End
  285.  
  286. *%==============================================================================
  287. *%===== Printer Messages
  288. *%==============================================================================
  289.  
  290. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  291. *Message: "\FontName\ not found, using Courier"
  292.  
  293. *%===== Status (format: %%[ status: <one of these> ]%% )
  294.  
  295. *Status: "idle"
  296. *Status: "busy"
  297. *Status: "waiting"
  298. *Status: "printing"
  299. *Status: "initializing"
  300.  
  301. *%===== Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  302.  
  303. *Source: "Serial 25"
  304. *Source: "Parallel"
  305. *Source: "AppleTalk"
  306. *Source: "Optional"
  307.  
  308. *%===== Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  309.  
  310. *PrinterError: "paper entry misfeed"
  311. *PrinterError: "cover open"
  312. *PrinterError: "no paper tray"
  313. *PrinterError: "out of paper"
  314. *PrinterError: "toner low (halt)"
  315. *PrinterError: "warming up"
  316. *PrinterError: "other reason"
  317. *PrinterError: "video interface mode"
  318. *PrinterError: "offline"
  319. *PrinterError: "toner low (warning)"
  320.  
  321. *%==============================================================================
  322. *%===== End of PPD file for Kyocera P-2000
  323. *%==============================================================================
  324.  
  325.